home *** CD-ROM | disk | FTP | other *** search
- # The commands in this file are always sent to the TNC when the mailbox
- # program is started up.
- # The program forces
- # mon off
- # conok off
- # echo off
- # as it starts up. However, they are also included in this file just to be
- # safe. If, like me, you also use a modem on the serial port and start the
- # BBS up with the modem connected, these commands will get dumped into the
- # modem. Then when you switch the plug to the TNC, it won't have seen the
- # commands. The critical one is actually the 'echo off' because if echo is
- # on after this file has been processed, the BBS will go into an infinite
- # loop sending a 'C' command to the TNC and then you'll have to reboot.
- # Autolf off should be here but is not essential as it only
- # affects the spacing of output during monitoring.
- # The streamdb MUST be on for the program to handle the streamswitch
- # character(s) properly.
- # Anything else you want can be dumped in here too.
- # As you can see comments are introduced by the # symbol at the front of
- # the line. A CLI command can be introduced with the ! symbol and there
- # should NOT be a space between it and the first letter of the command
- # itself. Some commands could cause disaster so be careful.
- # I execute cli.on here to create the ram:files directory and load it with
- # the specified files from df1:cbbs/files to speed up access. Every ten
- # minutes the cleanup routine executes a command file that copies the
- # user.dat and other files to disk to keep them up to date.
- # If a forwarding time occurs, then it is
- # done first and then the cleanup is run.
- # I don't need the execute of cli.on because I leave all the files on
- # the hard drive now.
- #!execute cli.on
- mycall ve5ese
- conok off
- mon off
- echo off
- awlen 8
- bbsmsgs on
- beacon every 0
- autolf off
- bkondel on
- check 30
- dayusa off
- flow on
- mcom on
- mrpt on
- mstamp on
- newmode on
- paclen 0
- streamca on
- users 1
- canline $18
- xflow off
- txflow off
- txd 70
- maxframe 4
- frack 4
- start 0
- stop 0
- mcon off
- unproto mail
- dayt
-